← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 109)[/usr/share/perl5/Sub/Quote.pm:5]
StatementsExecuted 17 statements in 188µs
Eval Invoked At/usr/share/perl5/Sub/Quote.pm line 5
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
42226µs539µsSearch::Elasticsearch::Role::Logger::::_assert_trace_handleSearch::Elasticsearch::Role::Logger::_assert_trace_handle
11113µs24µsSub::Quote::::BEGIN@3.38 Sub::Quote::BEGIN@3.38
1118µs8µsMethod::Generate::Accessor::::BEGIN@6.39 Method::Generate::Accessor::BEGIN@6.39
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1{
222µs my $_QUOTED = ${$_[1]->{"\$_QUOTED"}};
3263µs236µs
# spent 24µs (13+11) within Sub::Quote::BEGIN@3.38 which was called: # once (13µs+11µs) by Sub::Quote::_clean_eval at line 3
no warnings 'closure';
# spent 24µs making 1 call to Sub::Quote::BEGIN@3.38 # spent 11µs making 1 call to warnings::unimport
4
# spent 539µs (26+513) within Search::Elasticsearch::Role::Logger::_assert_trace_handle which was called 4 times, avg 135µs/call: # 2 times (11µs+324µs) by Search::Elasticsearch::Role::Logger::is_trace at line 12 of (eval 108)[Sub/Quote.pm:5], avg 168µs/call # 2 times (15µs+189µs) by Search::Elasticsearch::Role::Logger::is_trace at line 53 of Sub/Defer.pm, avg 102µs/call
sub Search::Elasticsearch::Role::Logger::_assert_trace_handle {
5package Method::Generate::Accessor;
6
# spent 8µs within Method::Generate::Accessor::BEGIN@6.39 which was called: # once (8µs+0s) by Sub::Quote::_clean_eval at line 11
BEGIN {
711µs $^H = "1762";
81500ns ${^WARNING_BITS} = "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\003";
916µs %^H = (
10 );
11193µs18µs}
# spent 8µs making 1 call to Method::Generate::Accessor::BEGIN@6.39
1226µsdo {
1328µs1189µs my $val = exists $_[0]->{"trace_handle"} ?
14$_[0]->{"trace_handle"}
15: ($_[0]->{"trace_handle"} = $_[0]->_build_trace_handle)
16;
1722µs unless (exists $_[0]->{"trace_handle"}) {
18 die "Attempted to access 'trace_handle' but it is not set";
19 }
202800ns $val;
21}
22 }
2311µs $_QUOTED->[3] = \&Search::Elasticsearch::Role::Logger::_assert_trace_handle
24}
2514µs1;
26
27;